home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / printer / jcosub26.zip / CHANGES.TXT < prev    next >
Text File  |  1997-05-04  |  25KB  |  493 lines

  1. New changes/fixes to JACOsub
  2. ============================
  3.  
  4. If your old version of JACOsub is 2.4 or earlier
  5. ------------------------------------------------
  6. REMEMBER TO RE-INSTALL THE FONTS.  ALL OF THE FONTS HAVE UNDERGONE REPAIRS.
  7. The clock font (JACOsub 18) has a repaired aspect ratio flag, ALL the
  8. proportional fonts have an improved boldface width, and new JACOsub_mono
  9. fonts have been added for smooth-scrolling titles.
  10.  
  11.  
  12. version 2.6b - March 1997, and 2.6a - December 1996
  13. ------------
  14.  
  15. New things:
  16. * New "Char block mode" for highlighting partial lines (see JACOsub.doc).
  17. * Config menu can now change the editor font (but not the dialog box font).
  18. * New Timing menu selection to eliminate timing gaps between titles.
  19. * Pressing T during timing toggles transparency of "waiting" titles list.
  20. * (2.6b) Punch-in timing now can do on-the-fly shifts for sync purposes.
  21. * (2.6b) Added \i and \b escape codes to selectively turn off bold/italic.
  22. * (2.6b) JConvert now converts SubStation Alpha and SubSonic scripts.
  23.  
  24. Improvements:
  25. * #Palette command now takes 24-bit RGB arguments; see JScripts.doc.
  26. * Many internal changes implemented for ease of porting JACOsub to MSDOS.
  27. * Bold, Italic, and Underline may now be combined with escape codes.
  28.  
  29. Fixes:
  30. * Fixed a couple of bugs in the way MouseMove generates directives.
  31. * Script compiler no longer aborts if script contains only #Includes.
  32. * Bits of junk won't appear at border of edit region when window resized.
  33. * "Tip of the Day" no longer cuts off the last line for long tips.
  34. * (2.6a) Fixed a few editor and editor font bugs introduced in 2.6.
  35. * (2.6b) Ending /D and /T codes no longer get obliterated by next title.
  36. * (2.6b) Background bitmaps no longer get lost in #included scripts.
  37.  
  38.  
  39. version 2.5 - 2.5t (massive changes) - early 1996
  40. ------------------
  41.  
  42. New things:
  43. * NEW SCRIPT DIRECTIVES:  E for special Effects.  See JScripts.doc.
  44. * NEW VS DIRECTIVE for smooth vertical scrolling titles!
  45. * Added FB0/FB1 directive to disable/enable blitter on specific titles.
  46. * New mono-color fonts (JACOsub_mono.font) perfect for scrolling titles.
  47. * Two new demos: cyclscrl.js (palette cycle), scrldemo.js (smooth scroll).
  48. * Expanded R directives to implement a way to draw rectangles.
  49. * Directive definitions may have names instead of D1, D2, D3 designations.
  50. * Added #HRES script command to set screen resolution used for a script.
  51. * Added capability to time only endtimes while leaving start times alone.
  52. * Added menu option to shift only endtimes up or down.
  53. * Added NTSC/PAL genlock selection in Play/Video GENLOCK config setting.
  54. * New "Save Stripped" menu option added to save only title text, not timing.
  55. * New "Collision warn" menu option to find pixel collisions between titles.
  56. * JConvert rewritten; supports MacSubtitler (.scr) and old-TurboTitle (.tt).
  57. * (2.5n) "Wrap warn" config setting warns if title wraps to too many lines.
  58. * (2.5o) Added \D and \T codes to insert current date and time into title.
  59. * (2.5p) Program displays random tip on startup; disable in general config.
  60.  
  61. Improvements:
  62. * Enhanced demo.js to include new script features.  Play it and see!
  63. * Added ability to force a clear screen during script play (RETURN key).
  64. * Shortcut menu keys added for those users migrating over from the PC.
  65. * Control right-button behavior during timing; see General Config settings.
  66. * Improved memory management for #Include commands.  More OS-friendly.
  67. * Running clock now shows time of next event along with the current time.
  68. * ARexx PLAYSTART command now optionally waits for script to finish playing.
  69. * Sped up compiler pass 2b (about 30 times faster!).
  70. * Improved FO outline appearance and speed; especially speed in superhires.
  71. * Program now beeps during script play if it can't do something.
  72. * "Slow" text is now ever so slightly faster for OS versions 2.0 and up.
  73. * Wordwrapping now deletes multiple soft spaces at wordwrap points.
  74. * HL margins can now go past screen boundaries; Max buffers is now 7.
  75. * You are now asked about saving times after aborting a timing session.
  76. * DEL timing key now skips either currently-raised title, or waiting title.
  77. * (2.5q) Editor lines get colored if they cause errors or warnings.
  78. * (2.5r) Predefined directives may go up to D30 instead of D20.
  79.  
  80. Fixes:
  81. * Fixed Fkey insert bug near end of line, and MouseMove directive bug.
  82. * Fixed highlighted block loss when editing script that had been compiled.
  83. * Fixed bug causing occasional lockups when program started from Workbench.
  84. * Fixed bad interaction between VA and JF directives.
  85. * Fixed clock font (18) aspect ratio mess-up under AmigaDOS 3.0.
  86. * Fixed all other fonts to increase their width when displayed boldface.
  87. * Editor now refreshes properly when saving scripts with backup enabled.
  88. * Program now recovers properly when aborting from failed buffer alloc.
  89. * Fixed problem saving Shade Pattern preferences, and other minor details.
  90. * Moved "Genlock" setting from General Settings to Playing/Video settings.
  91. * (2.5t) Requester titles for "Shift time" and "Shift endtime" reversed.
  92. * (2.5t) ASL file requesters now retain the wildcard patterns you set.
  93.  
  94.  
  95. version 2.4 - mid 1995
  96. -----------
  97.  
  98. New things:
  99. * New friendly way of setting text appearance directives (scripts menu).
  100. * JF directive now has Center, Left, Right, and Unconditional modifiers.
  101.   JF:U is useful for titling credits -- see demo.js.
  102. * VL directive modified; omit the argument means "same as previous line."
  103. * Added buffer pre-load option to step-play for live manual playing.
  104.  
  105. Fixes:
  106. * Re-set some font flags to have proper aspect ratios in AmigaDOS 3.0.
  107. * #Palette colors exceeding maximum are now ignored, not reassigned.
  108. * #D no longer makes trailing comments uppercase after compiling.
  109. * Eliminated Enforcer hits in editor and font config requester.
  110. * Search+Replacing "x" with "_x" no longer results in endless loop.
  111. * Fixed bugs wrt editor cursor, script comments in #F commands, etc.
  112.  
  113.  
  114. version 2.3 - 1994/1995
  115. -----------
  116.  
  117. New things:
  118. * NEW SCRIPT DIRECTIVES:
  119.     VA causes a line to appear Above the previous one.
  120.     VM directive now includes an optional up-or-down shift parameter.
  121.     Tx designates the line as belonging to a separately-timed track.
  122.     JF justifies text flush with the edges of the current text box.
  123. * Added "Hex character" Edit Menu selection for entering special codes.
  124. * Added new "Punch-in" timing capability, toggles time recording on or off.
  125. * Added "Equivalences" Timing Menu selection for some time calculations.
  126. * During timing, double-click or press TAB to raise titles with a small
  127.   gap forced in between successive titles.
  128. * During timing, sizes of the "used" and "waiting" lists may be cycled.
  129. * Pressing T during play toggles running clock @NNNN/H:MM:SS.FF formats.
  130. * MouseMove now toggles between VP and VL vertical positioning.
  131. * Added font aspect ratio specification to #Font script command (2.0+).
  132. * Single-drive 1.3 users can use the Shell script MakeWB (in the scripts
  133.   directory) to make a minimal Workbench boot disk.
  134. * Playing/Video config now has timer selection.
  135.  
  136. Fixes:
  137. * Added "KNOWN BUGS" section to end of Overview.doc - help if you can!
  138. * Program now strips out CR characters when loading MSDOS text files.
  139. * Timing procedure no longer causes color errors or title mis-positioning.
  140. * Timing requesters now use the script's time format (@NNNN or H:MM:SS.FF).
  141. * Default palette colors 4 - 15 changed to give a better variety of colors.
  142. * Other miscellaneous minor or inconsequential bugs fixed.
  143.  
  144.  
  145. version 2.2 - 1994
  146. -----------
  147.  
  148. New things:
  149. * Program can now signal time events with a short beep during play.
  150. * Added ability to loop forever during normal script play.
  151. * VM DIRECTIVE BEHAVIOR CHANGED: Now uses VTn and VBn settings to determine
  152.   middle of area in which to display titles.  This has no effect on most
  153.   scripts, but adds flexibility.
  154. * The JCovert script conversion utility now supports ZeroG (.zeg) scripts.
  155. * Instructions on the timing display can now be toggled on or off.
  156. * Predefined title directives can now go up to D20 instead of D9.
  157. * Added section to JACOsub.doc on "How to Time a Script."
  158.  
  159. Fixes:
  160. * Global shift was not shifting titles at start time 0:00:00.00.  Fixed.
  161. * Removed 32-bit AGA palette support; it was screwing up palette requester.
  162. * Sometimes loaded wrong script if two existed with different extensions.
  163.  
  164.  
  165. version 2.1 - second Fred Fish release - 1994
  166. --------------------------------------
  167.  
  168. New things:
  169. * VERSION 1.XX REGISTERED USERS NEED A NEW VALIDATION CODE.  See end of
  170.   Register.doc for details on getting a free updated code.
  171. * Added "Insert dummy times" script menu selection.
  172. * Program warns if your fonts are too old.  Re-install them, OK?
  173.  
  174. Fixes:
  175. * Program no longer allows a proportional font to be the timer/clock font.
  176. * Timing screen now uses hardcoded palette instead of script play palette.
  177. * Script play won't get stuck in an endless loop if IFF files not found.
  178. * Pressing RETURN after starting program caused a crash (stupid mistake).
  179. * Fixed memory corruption when compiling long lines with many wordwraps.
  180. * Number of colors wasn't getting updated properly in Play/Video requester.
  181. * Version 2.0 could not run under AmigaDOS 1.3; version 2.1 can.
  182. * Filename string requester now works (appears if no req or asl.library).
  183.  
  184.  
  185. version 2.0 - "script timing" public beta release
  186. -------------------------------------------------
  187.  
  188. New features & changes (see also version 1.99 changes):
  189. * JACOsub can now time scripts!
  190. * 24-PIXEL CLOCK FONT NO LONGER EXISTS.  The new 18-pixel characters are
  191.   the same size as the old 24-pixel font but occupy less vertical space.
  192. * The IS directive now supports AGA IFF files for AmigaDOS 3.0+ !!
  193. * Modified CS directive; CSL will put a shaded box behind individual lines.
  194. * You can now abort long script compiles by pressing the ESC key.
  195. * Play screen size can now be set from the Play/video config menu.
  196. * New configuration settings: EDITORWINDOW, DISPLAYSIZE, AUTOENDTIME.
  197. * Amigas with AGA chips can now use more than 4 colors in superhires mode.
  198. * The program now allocates its own stack.
  199. * Added more documentation files: FAQ, Register.doc, and QuickRef.doc.
  200.  
  201. Fixes:
  202. * File requester pattern gadget no longer gets trashed.  Keep the pattern
  203.   under 30 characters however.
  204. * Fixed asl.library Enforcer hits with valuable help from Jacob Ellis.
  205. * Font colors other than 3 should now look proper after loading config.
  206. * VH directive got broken in 1.99; it's fixed now.
  207. * FS no longer causes crashes in superhires mode
  208. * Time overlap warnings are now triggered more sensibly.
  209. * Default directive no longer gets reset when saving video settings.
  210. * Proper fader values are now output to ARexx genlock scripts.
  211. * MouseMove now works properly in blocks, with #S & #R, genlock directives.
  212. * AutoEndtime feature no longer locks up on titles containing comments.
  213. * Added AGA-compatible palette loading in hopes of fixing a strange bug.
  214. * Editor window operates properly if another window is covering it.
  215. * Numerous operational oddities tracked down and fixed.
  216.  
  217.  
  218. version 1.99 - improvements and fixes for 1.9/y/z
  219. -------------------------------------------------
  220.  
  221. New features:
  222. * REGULAR FONTS HAVE CHANGED WITH THIS RELEASE.  The 29-pixel font is now
  223.   outline only (with no shadow), and there is a new 32-pixel font which is
  224.   essentially the 29-pixel font with a shadow.  Fonts 1-9 now default to
  225.   the 32-pixel font (not 29); font 0 still defaults to 36.
  226. * SUPERHIRES FONT HAS CHANGED WITH THIS RELEASE.  The 36-pixel font now
  227.   has an outline appropriate for superhires, but no shadow.  This should
  228.   help speed up the program, which is slow to generate its own outlines.
  229. * Fonts may now be mixed within the same line, e.g. \F2 means use font 2.
  230. * Added an IFF picture preview function to the File menu.
  231. * Implemented Time Divide and Auto Duration in the Scripts menu.
  232. * Time range specifications (like ramps and shifts) may now be stated as
  233.   H:MM:SS.FF in addition to the old seconds.units format.
  234. * MouseMove now displays all lines occupying the same time as the target
  235.   line, but ONLY if the line is inside a highlighted block.
  236. * JACOsub is now compiled with the SAS C++ 6.51 compiler.
  237.  
  238. Fixes:
  239. * Loading a font from your script no longer corrupts memory (this bug
  240.   appeared in 1.9y/z and caused unpredictable behavior including crashes).
  241. * Fixed various bugs with ramp/shift roundoff, VH directive, wordwrap, etc.
  242. * Fixed bug causing ARexx commands in the script to be executed twice.
  243. * The #include command should no longer caused a genlock fade to be missed.
  244.  
  245.  
  246. version 1.9 - "script editor" release
  247. -------------------------------------
  248.  
  249. New features and fixes (update releases):
  250. (1.9z) Ramp and Resolve times now calculates new times correctly.
  251. (1.9z) #R and #S commands are properly removed during time resolve process.
  252. (1.9z) Global #S command now handled properly if it occurs after #I or #C.
  253. (1.9z) Blank # comments no longer generate a compiler warning.
  254. (1.9z) Video allocation failures should be handled better now.
  255. (1.9z) Fixed several problems with fonts (loading, requester, rendering etc.)
  256.  
  257. (1.9y) All # commands may be words, for example #T can be #TIMERES, #F
  258.        can be #font, #R can be #Ramp, etc.
  259. (1.9y) Implemented some time-manipulation features in the editor.
  260. (1.9y) Added the #CLOCKPAUSE command.  Example: #C 0:00:30.00 will pause
  261.        the script at 30 seconds.  A keystroke or ARexx event continues it.
  262. (1.9y) Times can now be in two formats:  The normal H:MM:SS.FF format,
  263.        and a new @FFFFF format representing whole time units.
  264. (1.9y) Added a -trace commandline switch for debugging initialization.
  265. (1.9y) Split up JACOsub.doc into two files, Overview.doc and JACOsub.doc.
  266. (1.9y) #S commands subsequent to the first #S command now work properly.
  267. (1.9y) Video buffer allocation failures are now handled more gracefully.
  268. (1.9y) Cutting the last line of the script no longer crashes the editor.
  269. (1.9y) Fixed several cosmetic behavioral problems in the editor.
  270. (1.9y) Fixed erratic clock offset problems for first few VB subtitles.
  271.  
  272. New features (1.9):
  273. * The script editor is done!  (but script timing is not done yet)
  274. * Graphical mouse-positioning of any timed text or IFF brush is possible.
  275. * Added ARexx communications!  See ARexx.doc file.
  276. * GVP and Video Toaster fades are now supported through ARexx (but no
  277.   scripts written yet -- see ARexx.doc for details if you want to write an
  278.   ARexx script for your genlock).
  279. * New directive: RX causes your timed script to execute any ARexx script.
  280. * New directive: VH sets line height as % of font height.  Default VH100.
  281. * New config setting: FKEY defines function key macro strings for editor.
  282. * New escape code: \ at the end of a line indicates that the text continues
  283.   on the next line in the file.  See the demo script for examples.
  284.  
  285. Fixes (1.9):
  286. * The arrow keys should now work under AmigaDOS 1.3.
  287. * Superhires mode got broken in 1.8.  It should be fixed now.
  288. * Requesters now use the Topaz 8 font to preserve their appearance.
  289. * The program no longer resets Workbench screen colors.
  290. * Compiled scripts should now load properly (but who uses them??).
  291. * Version 1.8 crashed under AmigaDOS 1.3.  It now behaves better.
  292. * Ramp-time changes weren't being processed in the play requester.  Fixed.
  293. * Bugs that might cause unexpected instability problems were killed.
  294. * Moved doc files to their own subdirectory, and rearranged JScripts.doc.
  295.  
  296.  
  297. version 1.8 - "script viewer" release
  298. -------------------------------------
  299.  
  300. * Improved functionality of more of the pull-down menu selections.
  301. * Added several requesters for playing and configuration.
  302. * Version 1.8 now works as a many-featureed file viewer, but not an editor.
  303. * Added play-screen centering capability for AmigaDOS 2.0+ users.
  304. * Removed EDITORSCREEN and QUITVERIFY configuration settings.
  305. * Added  added RAMPSHIFTINCR and TOPLEFT configuration settings.
  306. * Created a SUPERHIRES mono-color font for use with FO/FS directives.
  307. * Added an em-dash (long dash) to all fonts at character 174 (hex AD).
  308.  
  309.  
  310. version 1.7
  311. -----------
  312.  
  313. * Internal outline&shadow generation no longer creates a garbage underline.
  314. * During script play, holding the SHIFT key down for '+' no longer needed.
  315. * The < and > keys (or , and .) function the same as the up and down
  316.   arrows.  The arrow keys still do not work under AmigaDOS 1.3.
  317. * The main menu is now on a Workbench window.  The video buffers do not
  318.   get created until you try to play a script.
  319.  
  320.  
  321. version 1.6
  322. -----------
  323.  
  324. (1.6e) Significant internal changes in anticipation of writing the editor.
  325. (1.6d) Fixed sudden time jumps that occurred with some ramped scripts.
  326. (1.6c) JACOsub now uses AmigaDOS 2.0 timer functions under 2.0.
  327. (1.6b) Fixed a problem causing DPaint IV file loading failures.
  328. (1.6b) Fixed a problem causing some font shadow generation to be clipped.
  329. (1.6b) Fixed (hopefully) clipping during inter-buffer superhires blits.
  330. (1.6b) Fixed bug resulting in erroneous colors when generating font
  331.        outlines or shadows against background graphics.
  332. (1.6b) Multiple copies of JACOsub.font 29 were being loaded, which was
  333.        unnecessarily consuming 200 extra kilobytes of memory!!
  334.  
  335. * Now two IFF loading modes!  IL (IFF Load) directive still loads an IFF
  336.   bitmap directly into the display background.  New IS (IFF Screen) loads
  337.   an IFF file into its own screen.  See JScripts.doc for limitations.
  338. * Up to 10 color palettes may be switched on the fly while playing a script
  339.   using the new CP directive.  Used to simulate more colors than available.
  340. * The #Q, #R and #S commands are now tied to #T.  They now take their
  341.   arguments in script time units rather than hundredths of seconds.
  342. * The #S command can now be used multiple times in a script, and it shifts
  343.   the times for only those lines following the #S.  The FIRST occurrence of
  344.   #S is still a global shift for compatibility with previous versions.
  345. * JACOsub can anti-alias fonts when generating font outlines!  See the
  346.   ANTIALIASCOLOR setting in JACOsub.cfg, or the newly modified FO directive
  347.   in JScripts.doc.
  348. * The JACOsub fonts have been modified ever so slightly here and there.
  349. * SUPERHIRES diagonal font shadow angle is now be 45-degrees.
  350. * Sometimes specifying a font in JACOsub.cfg didn't work.  This is fixed.
  351. * The T modifier for GB and GG directives is now truly optional.
  352. * JConvert now corrects overlapping times when converting TTS scripts.
  353.  
  354.  
  355. version 1.5 - first Fred Fish release
  356. -------------------------------------
  357.  
  358. * Added the FO and FS directives to generate outlines and shadows around
  359.   regular mono-colored Amiga fonts!  Slow but useful.
  360. * When a script completes playing, JACOsub no longer returns to main menu
  361.   if +, -, up, or down is pressed to change ramp or shift setting.
  362. * Display now initializes to full height on overscanned PAL systems.
  363. * Added DURATIONWARN setting to warn if a title duration is too long.
  364. * Fixed an incompatibility warning problem with loading compiled scripts.
  365. * Specifying VB or VT offsets greater than 127 now works.  But use the VP
  366.   directive if you need offsets this large.
  367. * Jconvert utility now converts untranslatable lines to comments.
  368. * JConvert can now be run from the workbench, and can convert multiple
  369.   files either from the commandline, Workbench icons, or a file requester.
  370. * Minor fixes: potential problem with fixed-width font handling; Workbench
  371.   startup handling was improved; most files now have icons; one of the
  372.   international characters in the 29-pixel font was not outlined.
  373. * SUPERHIRES verified to work on an A1200!  Older A3000's might still have
  374.   trouble (I don't have an A3000 to test).
  375.  
  376.  
  377. version 1.4
  378. -----------
  379.  
  380. * JACOsub now displays IFF graphics along with the text!  (2.0+ only)
  381. * Added JB directives to position blocks of text left right, and center.
  382. * Added more default directives D1, D2, etc.  See #D in JScripts.doc.
  383. * Fixed problem where compiled scripts were saved under a weird name.
  384. * Olivier Mangon added .sub script conversion capability to JConvert.
  385. * CLOCKHEIGHT config setting lets you double running clock height.
  386. * Tilde (~) character now acts as a true 'hard' space in a script.
  387. * Changed shareware annoyance logo to what JACO likes to use.
  388. * SUPERHIRES mode *still* doesn't work!  Grrr...
  389.  
  390.  
  391. version 1.31
  392. ------------
  393.  
  394. Fixed two bugs of little consequence involving the { character, and
  395. parsing the arguments for #R and #S commands.
  396.  
  397.  
  398. version 1.3 official release
  399. ----------------------------
  400.  
  401. * New directive: CSa:b:c, to put a solid or transparent box behind text.
  402. * Commandline switch: -register lets you register the program.
  403. * Added slightly annoying "unregistered" logo to 1st screen in script play.
  404. * Provided for error message output if program was run from Workbench.
  405. * Setup warnings now appear in a requester instead of text on the screen.
  406. * Clicking in the running clock screen no longer disables keystrokes.
  407. * The program now initializes 4 video buffers by default instead of 5.
  408.  
  409.  
  410. version 1.2 official pre-release
  411. --------------------------------
  412.  
  413. * File requester has 3-D gadget appearance under AmigaDOS 2.0+.
  414. * File requester no longer needs a slash appended to directory name.
  415. * The jconvert utility got broken in 1.1.  It's fixed now.
  416. * Added detection of time-overlap errors in non-JACOsub scripts.
  417. * I *think* I fixed the problem of JACOsub was ignoring SuperGen controls.
  418. * Both the 36 and 29 pixel fonts contain international characters.
  419. * FF directive is now FQ, for consistency with JACOsub.cfg settings.
  420. * Switched compilers from SAS C 5.10b to SAS C 6.2.
  421. * Documentation was getting unwieldy, so it is now split into two parts.
  422.  
  423.  
  424. version 1.1 pre-official release
  425. --------------------------------
  426.  
  427. * Changed FN directive to FC for consistency with JACOsub.cfg, added FD.
  428. * Running clock display was transparent when genlocked.  Now it's black.
  429. * Changed clock position, raised bottom-positioned text during clock play.
  430. * ESC key no longer ignored after clicking the mouse on the clock.
  431. * Changed the commandline switches to make more sense.
  432. * Ramp-time or shift-time adjustments can be made "on the fly" during play.
  433. * The #I command now passes down offsets from previously-included scripts.
  434. * File requesters (asl.library or req.library) now supported.
  435. * New script command:  #S sets a play-time shift inside your scripts.
  436. * Downgraded some script compiler errors to warnings.  Added a warning for
  437.   titles that have a duration more than 2 minutes.
  438. * Blank lines when converting 3rd-party scripts are now ignored instead
  439.   of being treated as unrecoverable errors.
  440. * Shortened compiler pass 2b significantly if not using time quantizing.
  441. * Fixed a bug that would cause memory errors when compiling short scripts.
  442. * Changed documentation to explain the JACOsub.cfg file.
  443. ...and other small changes, fixes, and improvements too numerous to mention.
  444.  
  445.  
  446. version 1.08 beta - 1991
  447. -----------------
  448.  
  449. * JACOsub.Config is now called JACOsub.cfg, which has a more flexible
  450.   format.  Your old config file will be ignored.
  451. * The #R command now uses actual seconds instead of 1/100 second units.
  452. * New script command added:  #I <start time offset> <script file name>
  453.   lets you include secondary scripts into your main script.
  454. * New menu items added:  Ramp time now a menu item, you can begin play at
  455.   any point in the script, and you can display a running clock.
  456. * When you press ESC during play, the play now terminates immediately
  457.   instead of waiting for the next time event.
  458. * Script reading and compiler pass 1 routines underwent drastic internal
  459.   changes to provide a hook for the timer/editor user interface.
  460. * Added 24-pixel-height mono-color fixed-width font, used to display the
  461.   running clock, and will be used for interactive timing purposes.
  462. * Non-proportional (i.e. mono-spaced) fonts work properly now.
  463. * The JACOsub color fonts have been modified here and there.
  464. * The jconvert utility now has a quiet switch to inhibit voluminous output
  465.   to the screen while it's doing its thing.
  466.  
  467.  
  468. version 1.07beta down to 1.00beta
  469. ---------------------------------
  470.  
  471. Lots of beta releases and helpful feedback from beta testers; fixes and
  472. changes FAR too numerous to mention.  Given that the first beta version
  473. was quite buggy, with only the ability to Read a script, Play a script,
  474. and Quit, with no Panimator conversion utility, this software package has
  475. come a long way!
  476.  
  477.  
  478. version .01 (internal)
  479. ----------------------
  480.  
  481. AmigaBASIC program for proof-of-concept experiments.  Didn't last long.
  482.  
  483.  
  484. version 0
  485. ---------
  486.  
  487. JACOsub was a mere thought beginning to germinate.  The fonts that would
  488. eventually become the JACOsub fonts were painstakingly designed here.
  489. They were originally intended to be used by the Phoenix Japanimation
  490. Society to improve the appearance of their excellent efforts, and were
  491. used first on "Devilman" 1 and 2 (script by JACO, subtitled by Tom Perry
  492. of the Phoenix Japanimation Society).
  493.